Skip to content

Conversation

CodeWithPratik-777
Copy link
Contributor

🚀 Added Gemini CLI Chatbot

This PR adds a terminal-based AI chatbot built with Python and Google’s Gemini 1.5 Flash model. It enables interactive conversations directly in the command line using Google's official generativeai SDK.

✨ Features

  • Streamed conversational replies from Gemini
  • Python-based CLI app
  • Maintains context across turns
  • Easy to modify and integrate into other platforms

🛠️ Tech Stack

  • Python 3.10
  • Google Generative AI SDK

📦 How to Run

  1. Install dependencies: pip install -r requirements.txt
  2. Add your API key
  3. Run python chatbot.py

Looking forward to feedback and happy to iterate on it!

Copy link

Hi @CodeWithPratik-777! 👋

Thank you for submitting a pull request! We appreciate your contribution and will review your changes as soon as possible.

@larymak larymak merged commit 3e11294 into larymak:main Jul 24, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants